projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad59c9
)
ARM: twister: add missing gpio clock init
author
Jeroen Hofstee
<
[email protected]
>
Sat, 21 Dec 2013 17:06:33 +0000
(18:06 +0100)
committer
Tom Rini
<
[email protected]
>
Tue, 7 Jan 2014 21:41:12 +0000
(16:41 -0500)
Commit
f33b9bd3984fb11e1d8566a866adc5957b1e1c9d
breaks boards
which do not explicitly enable the gpio clocks. This causes
the twister spl to hang, since it uses the no longer enabled
gpio 55. Add CONFIG_OMAP3_GPIO_2 to unbrick the board.
Cc: Stefano Babic <
[email protected]
>
Cc: Tapani Utriainen <
[email protected]
>
Signed-off-by: Jeroen Hofstee <
[email protected]
>
Acked-by: Stefano Babic <
[email protected]
>
include/configs/twister.h
patch
|
blob
|
history
diff --git
a/include/configs/twister.h
b/include/configs/twister.h
index b6ca59c33c3368c37e14eea4789396d7d889a780..f24dc136caa29b281428201a36c50ec98ed77d72 100644
(file)
--- a/
include/configs/twister.h
+++ b/
include/configs/twister.h
@@
-50,4
+50,7
@@
#define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)
#define CONFIG_SPL_BOARD_INIT
+/* gpio 55 is used as SPL_OS_BOOT_KEY */
+#define CONFIG_OMAP3_GPIO_2
+
#endif /* __CONFIG_H */